home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / Python-1.4 / Source / Amiga / README < prev   
Text File  |  1998-01-31  |  564b  |  12 lines

  1. This drawer contains Amiga specific code and other stuff.
  2.  
  3. The mempool startup code (*mempools.o) must be used if you link with my
  4. mempool library (mempools*.lib).  The mempool library replaces the usual
  5. memory allocation routines (malloc and such) with much more efficient
  6. versions that use Amiga's memory pool allocation functions.  Use
  7. mempools39*.lib on a Kickstart 3.0+ machine, otherwise use mempools.lib
  8. (which works on Kickstart 2.0 and above).
  9.  
  10. Also  check  out the lib/site-python directory, it contains `site-specific'
  11. (=Amiga specific) python modules.
  12.